Next | Prev | Up | Top | Contents | Index
Solving Porting Problems
Once you identify porting problems, solve them by:
- changing the relevant declaration to one that has the desired characteristics in both target environments
- adding explicit type casts to force the correct conversions
- using function prototypes or using type suffixes (such as l or u) on constants to force the correct type
Next | Prev | Up | Top | Contents | Index